home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / waisgate / irlex.h < prev    next >
C/C++ Source or Header  |  1995-05-09  |  400b  |  20 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    Brewster@think.com
  6. */
  7.  
  8. #ifndef IRLEX_H
  9. #define IRLEX_H
  10.  
  11. #define MAX_WORD_LENGTH 20 /* change DICTIONARY_ENTRY_SIZE when this is changed */
  12.  
  13. #define MAX_TYPE_LEN 20
  14. #define ANSI_DATE_LENGTH 6 /* YYMMDD */
  15.  
  16. #define MAX_HEADLINE_LEN    300
  17.  
  18. #endif /* ndef IRLEX_H */
  19.  
  20.